home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 5410 then
- unloadMember("closedoven")
- unloadMember("thermocorrect")
- unloadMember("burntfood")
- unloadMember("ovenpoweron")
- unloadMember("ovenpoweroff")
- unloadMember("thermohot")
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(100)
- end
-